home *** CD-ROM | disk | FTP | other *** search
- Path: news1.urz.tu-dresden.de!news
- From: Robert Mueller <muellerr@tudurz.urz.tu-dresden.de>
- Newsgroups: comp.lang.c,comp.lang.c++
- Subject: Re: Problem with memory allocation in BC 4.5
- Date: 3 Jan 1996 15:32:14 GMT
- Organization: TU-Dresden
- Message-ID: <4ce7hu$quv@rks1.urz.tu-dresden.de>
- References: <4bqdn4$jjm@cloner2.ix.netcom.com>
- NNTP-Posting-Host: rp168.urz.tu-dresden.de
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
-
- Hello,
-
- When looking to the online-help of BC 3.1 I found that for freeing
- pointers allocated with far...() you have to use farfree() because the
- normal and far-heap are completely different. In your letter I read
- free() instaed. Maybe this is simply the problem.
- rm
-
-